Site Build
-
Unzip the website zip file.
- You will get all website files in the unzipped folder.
-
Start command prompt window or terminal and navigate to your website project directory where you have unzipped the website files.
cd path/to/your/website_project
-
Install dependencies.
npm install
-
Build the website.
npm run build